home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 January / PCWorld_2003-01_cd.bin / Software / Vyzkuste / rychlokurz / httrack.exe / {app} / src / Makefile.in < prev    next >
Makefile  |  2002-11-16  |  24KB  |  683 lines

  1. # Makefile.in generated by automake 1.7 from Makefile.am.
  2. # @configure_input@
  3.  
  4. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
  5. # Free Software Foundation, Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9.  
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  12. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  13. # PARTICULAR PURPOSE.
  14.  
  15. @SET_MAKE@
  16.  
  17. srcdir = @srcdir@
  18. top_srcdir = @top_srcdir@
  19. VPATH = @srcdir@
  20. pkgdatadir = $(datadir)/@PACKAGE@
  21. pkglibdir = $(libdir)/@PACKAGE@
  22. pkgincludedir = $(includedir)/@PACKAGE@
  23. top_builddir = ..
  24.  
  25. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  26. INSTALL = @INSTALL@
  27. install_sh_DATA = $(install_sh) -c -m 644
  28. install_sh_PROGRAM = $(install_sh) -c
  29. install_sh_SCRIPT = $(install_sh) -c
  30. INSTALL_HEADER = $(INSTALL_DATA)
  31. transform = $(program_transform_name)
  32. NORMAL_INSTALL = :
  33. PRE_INSTALL = :
  34. POST_INSTALL = :
  35. NORMAL_UNINSTALL = :
  36. PRE_UNINSTALL = :
  37. POST_UNINSTALL = :
  38. host_triplet = @host@
  39. ACLOCAL = @ACLOCAL@
  40. AMDEP_FALSE = @AMDEP_FALSE@
  41. AMDEP_TRUE = @AMDEP_TRUE@
  42. AMTAR = @AMTAR@
  43. AUTOCONF = @AUTOCONF@
  44. AUTOHEADER = @AUTOHEADER@
  45. AUTOMAKE = @AUTOMAKE@
  46. AWK = @AWK@
  47. CC = @CC@
  48. CCDEPMODE = @CCDEPMODE@
  49. CFLAGS = @CFLAGS@
  50. CPP = @CPP@
  51. CPPFLAGS = @CPPFLAGS@
  52. CXX = @CXX@
  53. CXXDEPMODE = @CXXDEPMODE@
  54. CXXFLAGS = @CXXFLAGS@
  55. CYGPATH_W = @CYGPATH_W@
  56. DEFS = @DEFS@
  57. DEPDIR = @DEPDIR@
  58. DL_LIBS = @DL_LIBS@
  59. ECHO = @ECHO@
  60. ECHO_C = @ECHO_C@
  61. ECHO_N = @ECHO_N@
  62. ECHO_T = @ECHO_T@
  63. EGREP = @EGREP@
  64. EXEEXT = @EXEEXT@
  65. INSTALL_DATA = @INSTALL_DATA@
  66. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  67. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  68. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  69. LDFLAGS = @LDFLAGS@
  70. LIBS = @LIBS@
  71. LIBTOOL = @LIBTOOL@
  72. LN_S = @LN_S@
  73. LTLIBOBJS = @LTLIBOBJS@
  74. MAINT = @MAINT@
  75. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  76. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  77. MAKEINFO = @MAKEINFO@
  78. OBJEXT = @OBJEXT@
  79. PACKAGE = @PACKAGE@
  80. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  81. PACKAGE_NAME = @PACKAGE_NAME@
  82. PACKAGE_STRING = @PACKAGE_STRING@
  83. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  84. PACKAGE_VERSION = @PACKAGE_VERSION@
  85. PATH_SEPARATOR = @PATH_SEPARATOR@
  86. RANLIB = @RANLIB@
  87. SET_MAKE = @SET_MAKE@
  88. SHELL = @SHELL@
  89. SOCKET_LIBS = @SOCKET_LIBS@
  90. STRIP = @STRIP@
  91. THREADS_CFLAGS = @THREADS_CFLAGS@
  92. THREADS_LIBS = @THREADS_LIBS@
  93. V6_FLAG = @V6_FLAG@
  94. VERSION = @VERSION@
  95. ac_ct_CC = @ac_ct_CC@
  96. ac_ct_CXX = @ac_ct_CXX@
  97. ac_ct_RANLIB = @ac_ct_RANLIB@
  98. ac_ct_STRIP = @ac_ct_STRIP@
  99. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  100. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  101. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  102. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  103. am__include = @am__include@
  104. am__quote = @am__quote@
  105. bindir = @bindir@
  106. build = @build@
  107. build_alias = @build_alias@
  108. build_cpu = @build_cpu@
  109. build_os = @build_os@
  110. build_vendor = @build_vendor@
  111. datadir = @datadir@
  112. exec_prefix = @exec_prefix@
  113. host = @host@
  114. host_alias = @host_alias@
  115. host_cpu = @host_cpu@
  116. host_os = @host_os@
  117. host_vendor = @host_vendor@
  118. includedir = @includedir@
  119. infodir = @infodir@
  120. install_sh = @install_sh@
  121. libdir = @libdir@
  122. libexecdir = @libexecdir@
  123. localstatedir = @localstatedir@
  124. mandir = @mandir@
  125. oldincludedir = @oldincludedir@
  126. prefix = @prefix@
  127. program_transform_name = @program_transform_name@
  128. sbindir = @sbindir@
  129. sharedstatedir = @sharedstatedir@
  130. sysconfdir = @sysconfdir@
  131. target_alias = @target_alias@
  132. SUBDIRS = swf
  133.  
  134. DevIncludesdir = $(includedir)/httrack
  135. DevIncludes_DATA = httrack-library.h \
  136.     htsglobal.h \
  137.     htsopt.h \
  138.     htswrap.h \
  139.     htssystem.h \
  140.     htsconfig.h \
  141.     ../config.h \
  142.     swf/swf2html_define.h \
  143.     htsbasenet.h \
  144.     htsbauth.h
  145.  
  146.  
  147. INCLUDES = \
  148.     @THREADS_CFLAGS@ \
  149.     @V6_FLAG@ \
  150.     -DPREFIX=\""$(prefix)"\" \
  151.     -DSYSCONFDIR=\""$(sysconfdir)"\" \
  152.     -DDATADIR=\""$(datadir)"\" \
  153.     -DLIBDIR=\""$(libdir)"\"
  154.  
  155.  
  156. bin_PROGRAMS = httrack
  157.  
  158. httrack_SOURCES = httrack.c
  159.  
  160. httrack_LDADD = $(THREADS_LIBS) -lhttrack
  161.  
  162. lib_LTLIBRARIES = libhttrack.la
  163.  
  164. libhttrack_la_SOURCES = htscore.c htsback.c htscache.c \
  165.     htscatchurl.c htsfilters.c htsftp.c htshash.c htsinthash.c \
  166.     htshelp.c htsjava.c htslib.c htscoremain.c \
  167.     htsname.c htsrobots.c htstools.c htswizard.c \
  168.     htsalias.c htsthread.c htsindex.c htsbauth.c \
  169.     htsmd5.c htszlib.c htsnostatic.c htswrap.c \
  170.     htsmodules.c \
  171.     md5.c \
  172.     hts-indextmpl.h htsalias.h htsback.h htsbase.h \
  173.     htsbasenet.h htsbauth.h htscache.h htscatchurl.h  \
  174.     htsconfig.h htscore.h htscoremain.h htsdefines.h  \
  175.     htsfilters.h htsftp.h htsglobal.h htshash.h htsinthash.h \
  176.     htshelp.h htsindex.h htsjava.h htslib.h htsmd5.h \
  177.     htsmodules.h htsname.h htsnet.h htsnostatic.h  \
  178.     htsopt.h htsrobots.h htssystem.h htsthread.h  \
  179.     htstools.h htswizard.h htswrap.h htszlib.h  \
  180.     httrack-library.h httrack.h md5.h
  181.  
  182.  
  183. EXTRA_DIST = httrack.dsp httrack.dsw htsparse.c
  184.  
  185. libhttrack_la_LIBADD = $(THREADS_LIBS) $(DL_LIBS) $(SOCKET_LIBS)
  186. libhttrack_la_LDFLAGS = -version-info 1:0:0
  187. subdir = src
  188. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  189. CONFIG_HEADER = $(top_builddir)/config.h
  190. CONFIG_CLEAN_FILES =
  191. LTLIBRARIES = $(lib_LTLIBRARIES)
  192.  
  193. libhttrack_la_DEPENDENCIES =
  194. am_libhttrack_la_OBJECTS = htscore.lo htsback.lo htscache.lo \
  195.     htscatchurl.lo htsfilters.lo htsftp.lo htshash.lo htsinthash.lo \
  196.     htshelp.lo htsjava.lo htslib.lo htscoremain.lo htsname.lo \
  197.     htsrobots.lo htstools.lo htswizard.lo htsalias.lo htsthread.lo \
  198.     htsindex.lo htsbauth.lo htsmd5.lo htszlib.lo htsnostatic.lo \
  199.     htswrap.lo htsmodules.lo md5.lo
  200. libhttrack_la_OBJECTS = $(am_libhttrack_la_OBJECTS)
  201. bin_PROGRAMS = httrack$(EXEEXT)
  202. PROGRAMS = $(bin_PROGRAMS)
  203.  
  204. am_httrack_OBJECTS = httrack.$(OBJEXT)
  205. httrack_OBJECTS = $(am_httrack_OBJECTS)
  206. httrack_DEPENDENCIES =
  207. httrack_LDFLAGS =
  208.  
  209. DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
  210. depcomp = $(SHELL) $(top_srcdir)/depcomp
  211. am__depfiles_maybe = depfiles
  212. @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/htsalias.Plo ./$(DEPDIR)/htsback.Plo \
  213. @AMDEP_TRUE@    ./$(DEPDIR)/htsbauth.Plo ./$(DEPDIR)/htscache.Plo \
  214. @AMDEP_TRUE@    ./$(DEPDIR)/htscatchurl.Plo ./$(DEPDIR)/htscore.Plo \
  215. @AMDEP_TRUE@    ./$(DEPDIR)/htscoremain.Plo \
  216. @AMDEP_TRUE@    ./$(DEPDIR)/htsfilters.Plo ./$(DEPDIR)/htsftp.Plo \
  217. @AMDEP_TRUE@    ./$(DEPDIR)/htshash.Plo ./$(DEPDIR)/htshelp.Plo \
  218. @AMDEP_TRUE@    ./$(DEPDIR)/htsindex.Plo ./$(DEPDIR)/htsinthash.Plo \
  219. @AMDEP_TRUE@    ./$(DEPDIR)/htsjava.Plo ./$(DEPDIR)/htslib.Plo \
  220. @AMDEP_TRUE@    ./$(DEPDIR)/htsmd5.Plo ./$(DEPDIR)/htsmodules.Plo \
  221. @AMDEP_TRUE@    ./$(DEPDIR)/htsname.Plo ./$(DEPDIR)/htsnostatic.Plo \
  222. @AMDEP_TRUE@    ./$(DEPDIR)/htsrobots.Plo ./$(DEPDIR)/htsthread.Plo \
  223. @AMDEP_TRUE@    ./$(DEPDIR)/htstools.Plo ./$(DEPDIR)/htswizard.Plo \
  224. @AMDEP_TRUE@    ./$(DEPDIR)/htswrap.Plo ./$(DEPDIR)/htszlib.Plo \
  225. @AMDEP_TRUE@    ./$(DEPDIR)/httrack.Po ./$(DEPDIR)/md5.Plo
  226. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  227.     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  228. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
  229.     $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  230. CCLD = $(CC)
  231. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  232.     $(AM_LDFLAGS) $(LDFLAGS) -o $@
  233. DIST_SOURCES = $(libhttrack_la_SOURCES) $(httrack_SOURCES)
  234. DATA = $(DevIncludes_DATA)
  235.  
  236.  
  237. RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
  238.     ps-recursive install-info-recursive uninstall-info-recursive \
  239.     all-recursive install-data-recursive install-exec-recursive \
  240.     installdirs-recursive install-recursive uninstall-recursive \
  241.     check-recursive installcheck-recursive
  242. DIST_COMMON = Makefile.am Makefile.in
  243. DIST_SUBDIRS = $(SUBDIRS)
  244. SOURCES = $(libhttrack_la_SOURCES) $(httrack_SOURCES)
  245.  
  246. all: all-recursive
  247.  
  248. .SUFFIXES:
  249. .SUFFIXES: .c .lo .o .obj
  250. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  251.     cd $(top_srcdir) && \
  252.       $(AUTOMAKE) --gnu  src/Makefile
  253. Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
  254.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  255. libLTLIBRARIES_INSTALL = $(INSTALL)
  256. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  257.     @$(NORMAL_INSTALL)
  258.     $(mkinstalldirs) $(DESTDIR)$(libdir)
  259.     @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  260.       if test -f $$p; then \
  261.         f="`echo $$p | sed -e 's|^.*/||'`"; \
  262.         echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
  263.         $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
  264.       else :; fi; \
  265.     done
  266.  
  267. uninstall-libLTLIBRARIES:
  268.     @$(NORMAL_UNINSTALL)
  269.     @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  270.         p="`echo $$p | sed -e 's|^.*/||'`"; \
  271.       echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
  272.       $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
  273.     done
  274.  
  275. clean-libLTLIBRARIES:
  276.     -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  277.     @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  278.       dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  279.       test "$$dir" = "$$p" && dir=.; \
  280.       echo "rm -f \"$${dir}/so_locations\""; \
  281.       rm -f "$${dir}/so_locations"; \
  282.     done
  283. libhttrack.la: $(libhttrack_la_OBJECTS) $(libhttrack_la_DEPENDENCIES) 
  284.     $(LINK) -rpath $(libdir) $(libhttrack_la_LDFLAGS) $(libhttrack_la_OBJECTS) $(libhttrack_la_LIBADD) $(LIBS)
  285. binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
  286. install-binPROGRAMS: $(bin_PROGRAMS)
  287.     @$(NORMAL_INSTALL)
  288.     $(mkinstalldirs) $(DESTDIR)$(bindir)
  289.     @list='$(bin_PROGRAMS)'; for p in $$list; do \
  290.       p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  291.       if test -f $$p \
  292.          || test -f $$p1 \
  293.       ; then \
  294.         f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
  295.        echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
  296.        $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
  297.       else :; fi; \
  298.     done
  299.  
  300. uninstall-binPROGRAMS:
  301.     @$(NORMAL_UNINSTALL)
  302.     @list='$(bin_PROGRAMS)'; for p in $$list; do \
  303.       f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
  304.       echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
  305.       rm -f $(DESTDIR)$(bindir)/$$f; \
  306.     done
  307.  
  308. clean-binPROGRAMS:
  309.     @list='$(bin_PROGRAMS)'; for p in $$list; do \
  310.       f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  311.       echo " rm -f $$p $$f"; \
  312.       rm -f $$p $$f ; \
  313.     done
  314. httrack$(EXEEXT): $(httrack_OBJECTS) $(httrack_DEPENDENCIES) 
  315.     @rm -f httrack$(EXEEXT)
  316.     $(LINK) $(httrack_LDFLAGS) $(httrack_OBJECTS) $(httrack_LDADD) $(LIBS)
  317.  
  318. mostlyclean-compile:
  319.     -rm -f *.$(OBJEXT) core *.core
  320.  
  321. distclean-compile:
  322.     -rm -f *.tab.c
  323.  
  324. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsalias.Plo@am__quote@
  325. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsback.Plo@am__quote@
  326. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsbauth.Plo@am__quote@
  327. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htscache.Plo@am__quote@
  328. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htscatchurl.Plo@am__quote@
  329. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htscore.Plo@am__quote@
  330. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htscoremain.Plo@am__quote@
  331. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsfilters.Plo@am__quote@
  332. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsftp.Plo@am__quote@
  333. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htshash.Plo@am__quote@
  334. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htshelp.Plo@am__quote@
  335. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsindex.Plo@am__quote@
  336. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsinthash.Plo@am__quote@
  337. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsjava.Plo@am__quote@
  338. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htslib.Plo@am__quote@
  339. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsmd5.Plo@am__quote@
  340. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsmodules.Plo@am__quote@
  341. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsname.Plo@am__quote@
  342. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsnostatic.Plo@am__quote@
  343. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsrobots.Plo@am__quote@
  344. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htsthread.Plo@am__quote@
  345. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htstools.Plo@am__quote@
  346. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htswizard.Plo@am__quote@
  347. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htswrap.Plo@am__quote@
  348. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htszlib.Plo@am__quote@
  349. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/httrack.Po@am__quote@
  350. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
  351.  
  352. distclean-depend:
  353.     -rm -rf ./$(DEPDIR)
  354.  
  355. .c.o:
  356. @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
  357. @am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
  358. @am__fastdepCC_TRUE@    then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
  359. @am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
  360. @am__fastdepCC_TRUE@    fi
  361. @AMDEP_TRUE@@am__fastdepCC_FALSE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  362. @AMDEP_TRUE@@am__fastdepCC_FALSE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  363. @AMDEP_TRUE@@am__fastdepCC_FALSE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  364. @am__fastdepCC_FALSE@    $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
  365.  
  366. .c.obj:
  367. @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
  368. @am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \
  369. @am__fastdepCC_TRUE@    then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
  370. @am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
  371. @am__fastdepCC_TRUE@    fi
  372. @AMDEP_TRUE@@am__fastdepCC_FALSE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  373. @AMDEP_TRUE@@am__fastdepCC_FALSE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  374. @AMDEP_TRUE@@am__fastdepCC_FALSE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  375. @am__fastdepCC_FALSE@    $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`
  376.  
  377. .c.lo:
  378. @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
  379. @am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
  380. @am__fastdepCC_TRUE@    then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
  381. @am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
  382. @am__fastdepCC_TRUE@    fi
  383. @AMDEP_TRUE@@am__fastdepCC_FALSE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  384. @AMDEP_TRUE@@am__fastdepCC_FALSE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
  385. @AMDEP_TRUE@@am__fastdepCC_FALSE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  386. @am__fastdepCC_FALSE@    $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
  387.  
  388. mostlyclean-libtool:
  389.     -rm -f *.lo
  390.  
  391. clean-libtool:
  392.     -rm -rf .libs _libs
  393.  
  394. distclean-libtool:
  395.     -rm -f libtool
  396. uninstall-info-am:
  397. DevIncludesDATA_INSTALL = $(INSTALL_DATA)
  398. install-DevIncludesDATA: $(DevIncludes_DATA)
  399.     @$(NORMAL_INSTALL)
  400.     $(mkinstalldirs) $(DESTDIR)$(DevIncludesdir)
  401.     @list='$(DevIncludes_DATA)'; for p in $$list; do \
  402.       if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  403.       f="`echo $$p | sed -e 's|^.*/||'`"; \
  404.       echo " $(DevIncludesDATA_INSTALL) $$d$$p $(DESTDIR)$(DevIncludesdir)/$$f"; \
  405.       $(DevIncludesDATA_INSTALL) $$d$$p $(DESTDIR)$(DevIncludesdir)/$$f; \
  406.     done
  407.  
  408. uninstall-DevIncludesDATA:
  409.     @$(NORMAL_UNINSTALL)
  410.     @list='$(DevIncludes_DATA)'; for p in $$list; do \
  411.       f="`echo $$p | sed -e 's|^.*/||'`"; \
  412.       echo " rm -f $(DESTDIR)$(DevIncludesdir)/$$f"; \
  413.       rm -f $(DESTDIR)$(DevIncludesdir)/$$f; \
  414.     done
  415.  
  416. # This directory's subdirectories are mostly independent; you can cd
  417. # into them and run `make' without going through this Makefile.
  418. # To change the values of `make' variables: instead of editing Makefiles,
  419. # (1) if the variable is set in `config.status', edit `config.status'
  420. #     (which will cause the Makefiles to be regenerated when you run `make');
  421. # (2) otherwise, pass the desired values on the `make' command line.
  422. $(RECURSIVE_TARGETS):
  423.     @set fnord $$MAKEFLAGS; amf=$$2; \
  424.     dot_seen=no; \
  425.     target=`echo $@ | sed s/-recursive//`; \
  426.     list='$(SUBDIRS)'; for subdir in $$list; do \
  427.       echo "Making $$target in $$subdir"; \
  428.       if test "$$subdir" = "."; then \
  429.         dot_seen=yes; \
  430.         local_target="$$target-am"; \
  431.       else \
  432.         local_target="$$target"; \
  433.       fi; \
  434.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  435.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  436.     done; \
  437.     if test "$$dot_seen" = "no"; then \
  438.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  439.     fi; test -z "$$fail"
  440.  
  441. mostlyclean-recursive clean-recursive distclean-recursive \
  442. maintainer-clean-recursive:
  443.     @set fnord $$MAKEFLAGS; amf=$$2; \
  444.     dot_seen=no; \
  445.     case "$@" in \
  446.       distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  447.       *) list='$(SUBDIRS)' ;; \
  448.     esac; \
  449.     rev=''; for subdir in $$list; do \
  450.       if test "$$subdir" = "."; then :; else \
  451.         rev="$$subdir $$rev"; \
  452.       fi; \
  453.     done; \
  454.     rev="$$rev ."; \
  455.     target=`echo $@ | sed s/-recursive//`; \
  456.     for subdir in $$rev; do \
  457.       echo "Making $$target in $$subdir"; \
  458.       if test "$$subdir" = "."; then \
  459.         local_target="$$target-am"; \
  460.       else \
  461.         local_target="$$target"; \
  462.       fi; \
  463.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  464.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  465.     done && test -z "$$fail"
  466. tags-recursive:
  467.     list='$(SUBDIRS)'; for subdir in $$list; do \
  468.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  469.     done
  470. ctags-recursive:
  471.     list='$(SUBDIRS)'; for subdir in $$list; do \
  472.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  473.     done
  474.  
  475. ETAGS = etags
  476. ETAGSFLAGS =
  477.  
  478. CTAGS = ctags
  479. CTAGSFLAGS =
  480.  
  481. tags: TAGS
  482.  
  483. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  484.     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  485.     unique=`for i in $$list; do \
  486.         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  487.       done | \
  488.       $(AWK) '    { files[$$0] = 1; } \
  489.            END { for (i in files) print i; }'`; \
  490.     mkid -fID $$unique
  491.  
  492. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  493.         $(TAGS_FILES) $(LISP)
  494.     tags=; \
  495.     here=`pwd`; \
  496.     list='$(SUBDIRS)'; for subdir in $$list; do \
  497.       if test "$$subdir" = .; then :; else \
  498.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  499.       fi; \
  500.     done; \
  501.     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  502.     unique=`for i in $$list; do \
  503.         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  504.       done | \
  505.       $(AWK) '    { files[$$0] = 1; } \
  506.            END { for (i in files) print i; }'`; \
  507.     test -z "$(ETAGS_ARGS)$$tags$$unique" \
  508.       || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  509.          $$tags $$unique
  510.  
  511. ctags: CTAGS
  512. CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  513.         $(TAGS_FILES) $(LISP)
  514.     tags=; \
  515.     here=`pwd`; \
  516.     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  517.     unique=`for i in $$list; do \
  518.         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  519.       done | \
  520.       $(AWK) '    { files[$$0] = 1; } \
  521.            END { for (i in files) print i; }'`; \
  522.     test -z "$(CTAGS_ARGS)$$tags$$unique" \
  523.       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  524.          $$tags $$unique
  525.  
  526. GTAGS:
  527.     here=`$(am__cd) $(top_builddir) && pwd` \
  528.       && cd $(top_srcdir) \
  529.       && gtags -i $(GTAGS_ARGS) $$here
  530.  
  531. distclean-tags:
  532.     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  533. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  534.  
  535. top_distdir = ..
  536. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  537.  
  538. distdir: $(DISTFILES)
  539.     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  540.     list='$(DISTFILES)'; for file in $$list; do \
  541.       case $$file in \
  542.         $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  543.       esac; \
  544.       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  545.       dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  546.       if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  547.         dir="/$$dir"; \
  548.         $(mkinstalldirs) "$(distdir)$$dir"; \
  549.       else \
  550.         dir=''; \
  551.       fi; \
  552.       if test -d $$d/$$file; then \
  553.         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  554.           cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  555.         fi; \
  556.         cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  557.       else \
  558.         test -f $(distdir)/$$file \
  559.         || cp -p $$d/$$file $(distdir)/$$file \
  560.         || exit 1; \
  561.       fi; \
  562.     done
  563.     list='$(SUBDIRS)'; for subdir in $$list; do \
  564.       if test "$$subdir" = .; then :; else \
  565.         test -d $(distdir)/$$subdir \
  566.         || mkdir $(distdir)/$$subdir \
  567.         || exit 1; \
  568.         (cd $$subdir && \
  569.           $(MAKE) $(AM_MAKEFLAGS) \
  570.             top_distdir="$(top_distdir)" \
  571.             distdir=../$(distdir)/$$subdir \
  572.             distdir) \
  573.           || exit 1; \
  574.       fi; \
  575.     done
  576. check-am: all-am
  577. check: check-recursive
  578. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
  579. install-binPROGRAMS: install-libLTLIBRARIES
  580.  
  581. installdirs: installdirs-recursive
  582. installdirs-am:
  583.     $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(DevIncludesdir)
  584.  
  585. install: install-recursive
  586. install-exec: install-exec-recursive
  587. install-data: install-data-recursive
  588. uninstall: uninstall-recursive
  589.  
  590. install-am: all-am
  591.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  592.  
  593. installcheck: installcheck-recursive
  594. install-strip:
  595.     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  596.       INSTALL_STRIP_FLAG=-s \
  597.       `test -z '$(STRIP)' || \
  598.         echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  599. mostlyclean-generic:
  600.  
  601. clean-generic:
  602.  
  603. distclean-generic:
  604.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  605.  
  606. maintainer-clean-generic:
  607.     @echo "This command is intended for maintainers to use"
  608.     @echo "it deletes files that may require special tools to rebuild."
  609. clean: clean-recursive
  610.  
  611. clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
  612.     clean-libtool mostlyclean-am
  613.  
  614. distclean: distclean-recursive
  615.  
  616. distclean-am: clean-am distclean-compile distclean-depend \
  617.     distclean-generic distclean-libtool distclean-tags
  618.  
  619. dvi: dvi-recursive
  620.  
  621. dvi-am:
  622.  
  623. info: info-recursive
  624.  
  625. info-am:
  626.  
  627. install-data-am: install-DevIncludesDATA
  628.  
  629. install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
  630.  
  631. install-info: install-info-recursive
  632.  
  633. install-man:
  634.  
  635. installcheck-am:
  636.  
  637. maintainer-clean: maintainer-clean-recursive
  638.  
  639. maintainer-clean-am: distclean-am maintainer-clean-generic
  640.  
  641. mostlyclean: mostlyclean-recursive
  642.  
  643. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  644.     mostlyclean-libtool
  645.  
  646. pdf: pdf-recursive
  647.  
  648. pdf-am:
  649.  
  650. ps: ps-recursive
  651.  
  652. ps-am:
  653.  
  654. uninstall-am: uninstall-DevIncludesDATA uninstall-binPROGRAMS \
  655.     uninstall-info-am uninstall-libLTLIBRARIES
  656.  
  657. uninstall-info: uninstall-info-recursive
  658.  
  659. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
  660.     clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
  661.     clean-libtool clean-recursive ctags ctags-recursive distclean \
  662.     distclean-compile distclean-depend distclean-generic \
  663.     distclean-libtool distclean-recursive distclean-tags distdir \
  664.     dvi dvi-am dvi-recursive info info-am info-recursive install \
  665.     install-DevIncludesDATA install-am install-binPROGRAMS \
  666.     install-data install-data-am install-data-recursive \
  667.     install-exec install-exec-am install-exec-recursive \
  668.     install-info install-info-am install-info-recursive \
  669.     install-libLTLIBRARIES install-man install-recursive \
  670.     install-strip installcheck installcheck-am installdirs \
  671.     installdirs-am installdirs-recursive maintainer-clean \
  672.     maintainer-clean-generic maintainer-clean-recursive mostlyclean \
  673.     mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  674.     mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
  675.     ps-recursive tags tags-recursive uninstall \
  676.     uninstall-DevIncludesDATA uninstall-am uninstall-binPROGRAMS \
  677.     uninstall-info-am uninstall-info-recursive \
  678.     uninstall-libLTLIBRARIES uninstall-recursive
  679.  
  680. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  681. # Otherwise a system limit (for SysV at least) may be exceeded.
  682. .NOEXPORT:
  683.